@charset "utf-8";
/* CSS Document */
.twobar {
      overflow: hidden;
      display:table;
      width: 100%;
    }
.twobar_tr {display:table-row;}
.twobar_td {display: table-cell;}

#leftnav {
	width: 200px;
}
#leftnav ul {
	background-color:transparent;
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftnav ul li{
	margin: 0px;
	padding: 0px;
	height: 40px;
	width:180px;
	position: relative;
	background-image:none;	
	border-top: 1px dashed #CCC;
}
#leftnav ul li a {
	position: absolute;
	height: 40px;
	width: 183px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	color: #888888;
	padding-left: 15px;
	font-size: 13px;
}
#leftnav ul li a:hover{
	color: #333333;
}
.leftnav_bottom{
	border-bottom: 1px dashed #CCC
}
#rightcontent {
	width:auto;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
}
.highlight {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
@media only screen and (min-width: 700px) and (max-width: 949px) {

}

@media only screen and (min-width: 100px) and (max-width: 699px) {


#leftnav {
	display:none;
}
#rightcontent {
	padding: 10px;
}
}